home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 499 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  668 b 

  1. Path: felix.junction.net!usenet
  2. From: heppner@portage.net (Donald Heppner)
  3. Newsgroups: comp.lang.c++
  4. Subject: Trig functions
  5. Date: 4 Jan 1996 19:26:02 GMT
  6. Organization: Okanagan Internet Junction, Vernon, B.C., Canada
  7. Message-ID: <4ch9ka$4pc@felix.junction.net>
  8. NNTP-Posting-Host: portage-pm1-s2.portage.net
  9. X-Newsreader: WinVN 0.92.5
  10.  
  11. I need to have a few trig functions in my C++ program.  I have found 
  12. some trig functions, but for some reason, they give the wrong answer
  13. (Maybe a different kind of trig).  I need tan, cos, sin, and all of these
  14. functions to the power of negative one.  I need them to give me the same 
  15. answer as a calculator would.
  16.  
  17. Thanks
  18. Donald
  19.